home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch10 / 10fig10.wrl < prev    next >
Text File  |  1996-09-22  |  646b  |  41 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright 1997 By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.     # Station Shapes
  8.         Shape {
  9.             appearance Appearance {
  10.                 material Material {
  11.                     diffuseColor 1.0 0.0 0.0
  12.                     transparency 0.5
  13.                 }
  14.             }
  15.             geometry Sphere { }
  16.         },
  17.         Shape {
  18.             appearance Appearance {
  19.                 material Material {
  20.                     diffuseColor 0.5 0.25 1.0
  21.                 }
  22.             }
  23.             geometry Cylinder {
  24.                 radius 2.0
  25.                 height 0.05
  26.             }
  27.         },
  28.         Shape {
  29.             appearance Appearance {
  30.                 material Material {
  31.                     diffuseColor 0.75 0.0 1.0
  32.                 }
  33.             }
  34.             geometry Cylinder {
  35.                 radius 0.15
  36.                 height 5.0
  37.             }
  38.         }
  39.     ]
  40. }
  41.